home *** CD-ROM | disk | FTP | other *** search
/ Mundo Manga / Mundo Manga CD 1.iso / manga / cabecera.js < prev    next >
Text File  |  2000-09-20  |  1KB  |  32 lines

  1. <!-- esconder
  2.  
  3. function go(form) {
  4.     var pages=form.to.selectedIndex
  5.     if ( form.to.options[form.to.selectedIndex].value
  6.     != "none" ) {
  7.         page=form.to.options[pages].value;
  8.     window.open(page,"principal");
  9.     //location.href=form.to.options[pages].value;
  10.         }
  11. };
  12.  
  13. var foundit = 1;
  14.  
  15. document.write("<form method='post' action=''>");
  16. document.write("<select name='to' size=1 onChange='go(this.form)'>");
  17. document.write("<option selected value='none'>Cambia de secci≤n</option>");
  18.  
  19. document.write("<option value='manga.htm'>Sumario principal</option>");
  20. document.write(" <option value='download/index.htm'>Galerias, vφdeos y Download</option>");
  21. document.write("<option value='actual/index.htm'>Actualidad / Noticias</option>");
  22. document.write(" <option value='repor/index.htm'>Reportajes</option>");
  23. document.write("<option value='anime/index.htm'>Anime del mes</option>");
  24. document.write(" <option value='ova/index.htm'>Ova del mes</option>");
  25. document.write(" <option value='mitos/index.htm'>Mitos del manga</option>");
  26. document.write(" <option value='eva/index.htm'>Evangelion</option>");
  27. document.write(" <option value='estrell/index.htm'>Estrellas del jap≤n</option>");
  28. document.write(" <option value='kiss/index.htm'>Kiss</option>");
  29. document.write(" <option value='curso/index.htm'>Cursos Manga</option>");
  30. document.write(" <option value='mas/index.htm'>+Manga+</option>");
  31.  
  32. // -- fin de esconder -->